{% extends "data_list.html" %} {% load i18n %} {% block extracss %} {% endblock %} {% block extend_disabled_actions %} {% if request.user|HasPerm:"iclock.browse_device" %} {%get_config_option "DEVICE_DISABLE_ACTIONS"%} {% else %} $("#id_search").remove(); alert(gettext("对不起,您没有访问该页面的权限,不能浏览更多信息!")); window.location.href="/{{ request.surl }}accounts/login/"; {% endif %} {% endblock %} {% block extrajs %} {% if request.user|HasPerm:"iclock.browse_device" %} $("#id_datalist").find("#id_OpBrowseLog").remove(); $("#id_datalist").find("#OpChangeElevatorParamters").remove(); {% if "mysite.iaccess&mysite.att"|hasApp or "mysite.iaccess"|hasApp %} $("#id_OpSearchACPanel").parent().append($("#id_OpSearchACPanel")); {% else %} {% if "ONLY_POS"|filter_config_option %} $("#id_OpSearchACPanel").remove(); {% else %} {% if "mysite.att"|hasApp %} $("#id_OpSearchACPanel").remove(); {% endif %} {% endif %} {% endif %} $("#id_OpSearchACPanel").after($("#id_op_for_tab").find(".div_leftBottomLine").eq(0)); {% else %} $("#id_search").remove(); alert(gettext("对不起,您没有访问该页面的权限,不能浏览更多信息!")); window.location.href="/{{ request.surl }}accounts/login/"; {% endif %} {% endblock %} {% block extend_model_grid %} {% if request.user|HasPerm:"iclock.browse_device" %} 'model_actions':true, 'object_actions':true, 'multiple_select':true, 'need_plus_sign':false, {% else %} $("#id_search").remove(); alert(gettext("对不起,您没有访问该页面的权限,不能浏览更多信息!")); window.location.href="/{{ request.surl }}accounts/login/"; {% endif %} {% endblock %} {% block addjs %} {% if "USE_ABROAD_ATT"|filter_config_option %} var search = '' +'' +' ' +' {% trans '区域' %}' +''; $('.topSearchBtn').append(search); $("#id_tree_query").click(function(){ var vbox = "" //+"
" //+"

 {% trans '区域' %}

" //+" {% trans '显示全部设备' %}" +"
" +" " +"
" //+"
" //+"
"; var options = { title: "{% trans '区域' %}", area: ['290px', '280px'], skin: 'option_dialog', shade: 0, shadeClose: true, success: function(layero, index){ $.ajax({ type: "POST", url:"/data/personnel/Area/choice_data_widget?areatree=True", dataType:"html", success:function(json){ $("#area_tree").empty(); $("#area_tree").html(json); //$("#id_area_select").hide().html(json).show(); } }); $("#id_queryall").click(function(){ $("#id_AreaSelect").find("p[class*='s']").attr("class","t") $("#id_area_select").find("input[type='hidden']").attr("value","") $('#id_datalist').get(0).g.init_query=[] $('#id_datalist').get(0).g.base_query=["device_type__exact=1"] $('#id_datalist').get(0).g.load_data() }) } }; $(vbox).layerDialog(options); }); function before_query(strwhere){ strwhere.push("device_type__exact=1"); return strwhere; } function reflash_child_area_list(event, treeId, treeNode){ var parent_id = treeNode.id; var strwhere=[]; strwhere = before_query(strwhere) strwhere.push("area__id__exact="+parent_id); var $grid = $('#id_datalist'); var datalist=$grid.get(0); datalist.g.init_query=strwhere; datalist.g.load_data(); } {% endif %} {% endblock %} {% block addition_content %} {% endblock %}